| 1. | The get procedure automatically returns that data type 过程会自动返回该数据类型。 |
| 2. | Get procedure return value and exits the procedure 过程赋返回值的同时退出该过程。 |
| 3. | Get procedure returns the default value for the property s data type 过程将返回属性数据类型的默认值。 |
| 4. | Get procedure is called 过程时均返回该值。 |
| 5. | Get procedure combines the two constituent names and returns the full name 过程将这两个组成全名的名称组合在一起,并返回全名。 |
| 6. | Property let procedure not defined and property get procedure did not return an object 未定义property let过程,并且property get过程未返回对象 |
| 7. | Get procedure , you can either assign the value to the property name or include it in a return 过程返回某个值,可以将该值赋给属性名,或者将其包含在 |
| 8. | Now , your property get procedure will look something like the following . the line in bold is what you added 现在你的属性获得程序看上去如以下。粗体字为你添加的。 |
| 9. | Visual basic automatically calls a property s get procedure when an expression requests the property s value 当表达式请求属性的值时, visual basic会自动调用属性的 |
| 10. | To return a value from a get procedure , you can either assign the value to the property name or include it in a 过程返回某个值,您可以将该值赋给属性名称,或者将其包含在 |